'Declaration
Public Overloads Shared Function Listen(Of TModel As System.ComponentModel.INotifyPropertyChanged)( _
ByVal model As TModel, _
ByVal action As System.Action(Of String) _
) As System.IDisposable
public static System.IDisposable Listen<TModel>(
TModelmodel,
System.Action<string> action
)
where TModel: System.ComponentModel.INotifyPropertyChanged